Skip to content

ci: add release automation#9

Merged
jwulf merged 3 commits intomainfrom
package
Jan 29, 2026
Merged

ci: add release automation#9
jwulf merged 3 commits intomainfrom
package

Conversation

@jwulf
Copy link
Member

@jwulf jwulf commented Jan 29, 2026

Add npm publishing automation

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds automated release and npm publishing infrastructure using semantic-release. The automation publishes releases from both the main branch (as alpha prereleases) and the release branch (as stable releases).

Changes:

  • Package name changed from c8ctl to @camunda8/cli for npm scoped package publishing
  • Added semantic-release configuration with commit-analyzer, release-notes-generator, npm publishing, and GitHub integration
  • Created release workflow that runs tests across Node 22/24 and Camunda 8.8/8.9 before publishing

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
package.json Updated package name to scoped @camunda8/cli, added repository/bugs/homepage metadata, and semantic-release dependencies
.releaserc.json Configured semantic-release with branch strategy (main=alpha, release=stable) and publishing plugins
.github/workflows/release.yml Added release workflow with comprehensive test matrix and semantic-release execution

jwulf and others added 2 commits January 30, 2026 02:16
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jwulf jwulf merged commit 2ecfd9f into main Jan 29, 2026
4 checks passed
@jwulf jwulf deleted the package branch January 29, 2026 14:44
@github-actions
Copy link

This has been released in 1.0.0.

@vobu
Copy link
Collaborator

vobu commented Feb 17, 2026

@github-actions
Copy link

This has been released in 2.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants